-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #556 - Implementing and refactoring the KILL statement parser #565
Fix #556 - Implementing and refactoring the KILL statement parser #565
Conversation
558b556
to
afe9173
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 5.10.x #565 +/- ##
============================================
+ Coverage 96.79% 96.81% +0.02%
- Complexity 2259 2294 +35
============================================
Files 69 70 +1
Lines 5174 5248 +74
============================================
+ Hits 5008 5081 +73
- Misses 166 167 +1 ☔ View full report in Codecov by Sentry. |
bb3bbe0
to
1630359
Compare
DS_Store are MacOS files so they are not relevant to this project. They should not be ignored at all. You can ignore them locally on your machine. |
it's easier for future contributors to have it ignored by the repo as we do with .idea, vim, and backup files. |
I checked, and yes I think the actual consensus is to remove them locally. We do not have it in any repo. Ref: phpmyadmin/phpmyadmin#15903 (comment) |
Signed-off-by: Fawzi Abdulfattah <[email protected]>
65dd968
to
c5033af
Compare
Co-authored-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Fawzi Abdulfattah <[email protected]>
Co-authored-by: William Desportes <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what it worth, LGTM.
Hey!
This PR extends support of KILL statements. completing #557 and fixing 556
Fixes #556